hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
MakeController
hunt
application
controller
Undocumented in source.
mixin template
MakeController (
string
moduleName
= __MODULE__
) {
mixin
HuntDynamicCallFun
!(
typeof
(
this
),
moduleName
)
;
}
Members
Mixins
__anonymous
mixin
HuntDynamicCallFun
!(
typeof
(
this
),
moduleName
)
Undocumented in source.
Meta
Source
See Implementation
hunt
application
controller
classes
Controller
enums
Action
functions
__createCallActionFun
__creteRouteMap
addRouteList
callHandler
getRouteFormList
mixin templates
HuntDynamicCallFun
MakeController
structs
Middleware